crypto/tls.Conn.ekm (field)
6 uses
crypto/tls (current package)
conn.go#L67: ekm func(label string, context []byte, length int) ([]byte, error)
conn.go#L1625: state.ekm = c.ekm
handshake_client.go#L517: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.hello.random, hs.serverHello.random)
handshake_client_tls13.go#L622: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
handshake_server.go#L125: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.clientHello.random, hs.hello.random)
handshake_server_tls13.go#L768: c.ekm = hs.suite.exportKeyingMaterial(hs.masterSecret, hs.transcript)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |